diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-28 08:28:05 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-28 19:47:53 +0100 |
commit | cb73e35660b9191227d26c996b531ce995057774 (patch) | |
tree | b7c5db88b0e592fe82d1c7e39eeb292335f2ede5 /doc/examples/decoding_encoding.c | |
parent | afe9105f66259d12fe8fa17b9be3494b3996d287 (diff) | |
download | ffmpeg-cb73e35660b9191227d26c996b531ce995057774.tar.gz |
example: Update decoding/encoding example to the new API.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/decoding_encoding.c')
-rw-r--r-- | doc/examples/decoding_encoding.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/examples/decoding_encoding.c b/doc/examples/decoding_encoding.c index 5271edf34e..3ac701f83a 100644 --- a/doc/examples/decoding_encoding.c +++ b/doc/examples/decoding_encoding.c @@ -453,9 +453,6 @@ int main(int argc, char **argv) { const char *filename; - /* must be called before using avcodec lib */ - avcodec_init(); - /* register all the codecs */ avcodec_register_all(); |