summaryrefslogtreecommitdiffstats
path: root/libvo/vo_png.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_png.c')
-rw-r--r--libvo/vo_png.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_png.c b/libvo/vo_png.c
index 0b5d4a8eca..5ad683ad22 100644
--- a/libvo/vo_png.c
+++ b/libvo/vo_png.c
@@ -165,7 +165,6 @@ static int preinit(const char *arg)
if (subopt_parse(arg, subopts) != 0) {
return -1;
}
- avcodec_register_all();
avctx = avcodec_alloc_context();
if (avcodec_open(avctx, avcodec_find_encoder(CODEC_ID_PNG)) < 0) {
uninit();