Skip to content

Commit

Permalink
Preparation for libav 0.8.4 import
Browse files Browse the repository at this point in the history
  • Loading branch information
astrange committed Nov 6, 2012
1 parent 88d9534 commit 49cbdf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions bitstream_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,10 +1028,6 @@ FFusionDecodeAbilities ffusionIsParsedVideoDecodable(FFusionParserContext *parse
if(!h264parser->frame_mbs_only_flag)
ret = FFUSION_CANNOT_DECODE;

//4:2:2 chroma
if(h264parser->chroma_format_idc > 1)
ret = FFUSION_CANNOT_DECODE;

return ret;
}

Expand Down
12 changes: 6 additions & 6 deletions createStaticLibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ else
fi

cd ffmpeg
patch -p1 < ../Patches/0001-Disable-some-parts-of-h264.c-Perian-never-uses.patch
patch -p1 < ../Patches/0002-Remove-the-warning-Cannot-parallelize-deblocking-typ.patch
patch -p1 < ../Patches/0003-Hardcode-results-of-runtime-cpu-detection-in-dsputil.patch
patch -p1 < ../Patches/0004-Double-INTERNAL_BUFFER_SIZE-to-fix-running-out-of-bu.patch
patch -p1 < ../Patches/0005-Workaround-for-AVI-audio-tracks-importing-1152x-too-.patch
patch -p1 < ../Patches/0006-Workaround-hang-issue-in-configure.patch
#patch -p1 < ../Patches/0001-Disable-some-parts-of-h264.c-Perian-never-uses.patch
#patch -p1 < ../Patches/0002-Remove-the-warning-Cannot-parallelize-deblocking-typ.patch
#patch -p1 < ../Patches/0003-Hardcode-results-of-runtime-cpu-detection-in-dsputil.patch
#patch -p1 < ../Patches/0004-Double-INTERNAL_BUFFER_SIZE-to-fix-running-out-of-bu.patch
#patch -p1 < ../Patches/0005-Workaround-for-AVI-audio-tracks-importing-1152x-too-.patch
#patch -p1 < ../Patches/0006-Workaround-hang-issue-in-configure.patch
cd ..

touch ffmpeg/patched
Expand Down

0 comments on commit 49cbdf0

Please sign in to comment.