diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-12-01 16:07:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-12-02 19:37:00 +0100 |
commit | c06d4f2cedb76f2a38732ff45d12b584d2900c19 (patch) | |
tree | f74684e1b55f08eb48c2c3a6e1dd977473fb98e7 /tests/ref/lavf/ffm | |
parent | b7d94c19cd0e9379b8c32c79fa0b73ae00de0f93 (diff) | |
download | ffmpeg-c06d4f2cedb76f2a38732ff45d12b584d2900c19.tar.gz |
avformat/ffmenc: Drop ffm_write_header_codec_private_ctx()
This accesses the private encoder context, it should not be used by
the current ffserver it may affect old ffserver versions but i believe
there is consens that accessing the private encoder context from the muxer
is completely wrong.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/lavf/ffm')
-rw-r--r-- | tests/ref/lavf/ffm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/lavf/ffm b/tests/ref/lavf/ffm index c4d7e1f807..9d9d07f78e 100644 --- a/tests/ref/lavf/ffm +++ b/tests/ref/lavf/ffm @@ -1,3 +1,3 @@ -e63c16b5f0ad5015304fc4009fdb33ca *./tests/data/lavf/lavf.ffm +15a9929d1cb7129dcaffeccf3cb2fda9 *./tests/data/lavf/lavf.ffm 376832 ./tests/data/lavf/lavf.ffm ./tests/data/lavf/lavf.ffm CRC=0x000e23ae |