Browse Source

examples/filtering_audio,video: do not call avcodec_register_all()

It is implied by av_register_all(). Simplify.
tags/n2.2-rc1
Stefano Sabatini 11 years ago
parent
commit
ca57659440
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      doc/examples/filtering_audio.c
  2. +0
    -1
      doc/examples/filtering_video.c

+ 0
- 1
doc/examples/filtering_audio.c View File

@@ -210,7 +210,6 @@ int main(int argc, char **argv)
exit(1);
}

avcodec_register_all();
av_register_all();
avfilter_register_all();



+ 0
- 1
doc/examples/filtering_video.c View File

@@ -200,7 +200,6 @@ int main(int argc, char **argv)
exit(1);
}

avcodec_register_all();
av_register_all();
avfilter_register_all();



Loading…
Cancel
Save