summaryrefslogtreecommitdiff
path: root/command/decoder.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-09-18 21:40:51 +0200
committerJochen Dolze <vdr@dolze.de>2010-09-18 21:40:51 +0200
commitc6f2168c6a41f73fde037247d3d8792e7ccda9ba (patch)
tree2d3a439dad6d34e775a2bcffab3f74d51eb670c5 /command/decoder.h
parente6bf84c9573061699b226ee3b815e1eef7a77df2 (diff)
downloadvdr-plugin-markad-c6f2168c6a41f73fde037247d3d8792e7ccda9ba.tar.gz
vdr-plugin-markad-c6f2168c6a41f73fde037247d3d8792e7ccda9ba.tar.bz2
Added avcodec_copy_context fix for ffmpeg < 52.65.0
Diffstat (limited to 'command/decoder.h')
-rw-r--r--command/decoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/command/decoder.h b/command/decoder.h
index 12773fc..e3fb7a7 100644
--- a/command/decoder.h
+++ b/command/decoder.h
@@ -59,6 +59,4 @@ public:
~cMarkAdDecoder();
};
-
-
#endif