Re: [FFmpeg-devel] [PATCH v2] movenc-test: Pad the packet data start with 0s

2015-11-18 Thread Michael Niedermayer
On Wed, Nov 18, 2015 at 03:51:16PM +, Derek Buitenhuis wrote: > This way, it never starts with 0xFFF0, and never trips the > ADTS "Detection" code in movenc.c. > > Signed-off-by: Derek Buitenhuis > --- > libavformat/movenc-test.c | 6 +++--- > tests/ref/fate/movenc | 40

[FFmpeg-devel] [PATCH v2] movenc-test: Pad the packet data start with 0s

2015-11-18 Thread Derek Buitenhuis
This way, it never starts with 0xFFF0, and never trips the ADTS "Detection" code in movenc.c. Signed-off-by: Derek Buitenhuis --- libavformat/movenc-test.c | 6 +++--- tests/ref/fate/movenc | 40 2 files changed, 23 insertions(+), 23 deletions(-) di