]> git.sesse.net Git - ffmpeg/commit
h264: factor out setting frame properties / side data
authorAnton Khirnov <anton@khirnov.net>
Wed, 18 May 2016 05:27:32 +0000 (07:27 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 09:10:58 +0000 (11:10 +0200)
commitf651c6a259d4bc78f25db11d25df9256d5110bd3
tree3e96ef5a26d940f9876d9dfb041ea81817551036
parent19446dc5fff6a2f5ccd1a73db66e266255a5d768
h264: factor out setting frame properties / side data

Right now this code is mixed with selecting the next output frame. Move
it to a separate function called from h264_field_start(), which is a
more appropriate place for this.
libavcodec/h264.c
libavcodec/h264_slice.c