summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorscop <scop>2007-04-03 14:13:47 +0000
committerscop <scop>2007-04-03 14:13:47 +0000
commitc2c7dec76c05d8ed1bf8d06ecbb61f0cf26e9527 (patch)
treed0d6418bc10ff1e2eab0536c8d621097ceea1ebb /HISTORY
parentf7224c226b1631eeae81cd5542a953c024e27d31 (diff)
downloadvdr-plugin-dxr3-c2c7dec76c05d8ed1bf8d06ecbb61f0cf26e9527.tar.gz
vdr-plugin-dxr3-c2c7dec76c05d8ed1bf8d06ecbb61f0cf26e9527.tar.bz2
Use avcodec_decode_audio2() if available.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1c71934..4977b11 100644
--- a/HISTORY
+++ b/HISTORY
@@ -321,4 +321,5 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- add Polish translation (Mikolaj Tutak)
- sync "make install" with VDR 1.4.2-2 (Ville Skyttä)
- use cCondWait::SleepMs() instead of usleep (Ville Skyttä)
+- avoid deprecation warnings with newish libavcodec (Ville Skyttä)
- various minor tweaks