Skip to content

Commit

Permalink
Split all the reference picture handling off h264.c.
Browse files Browse the repository at this point in the history
Originally committed as revision 21172 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
michaelni committed Jan 12, 2010
1 parent 099809d commit ea6f00c
Show file tree
Hide file tree
Showing 4 changed files with 733 additions and 682 deletions.
4 changes: 2 additions & 2 deletions libavcodec/Makefile
Expand Up @@ -132,7 +132,7 @@ OBJS-$(CONFIG_H263_ENCODER) += mpegvideo_enc.o mpeg4video.o mpeg4vide
ratecontrol.o h263.o ituh263enc.o flvenc.o mpeg12data.o \
mpegvideo.o error_resilience.o
OBJS-$(CONFIG_H264_DECODER) += h264.o h264idct.o h264pred.o h264_loopfilter.o h264_direct.o cabac.o \
h264_sei.o h264_ps.o\
h264_sei.o h264_ps.o h264_refs.o\
mpegvideo.o error_resilience.o
OBJS-$(CONFIG_H264_ENCODER) += h264enc.o h264dspenc.o
OBJS-$(CONFIG_H264_VAAPI_HWACCEL) += vaapi_h264.o
Expand Down Expand Up @@ -283,7 +283,7 @@ OBJS-$(CONFIG_SVQ1_ENCODER) += svq1enc.o svq1.o \
motion_est.o h263.o \
mpegvideo.o error_resilience.o
OBJS-$(CONFIG_SVQ3_DECODER) += h264.o svq3.o h264idct.o h264pred.o h264_loopfilter.o h264_direct.o \
h264_sei.o h264_ps.o\
h264_sei.o h264_ps.o h264_refs.o\
cabac.o \
mpegvideo.o error_resilience.o \
svq1dec.o svq1.o h263.o
Expand Down

0 comments on commit ea6f00c

Please sign in to comment.