diff options
author | Johns <johns98@gmx.net> | 2012-10-24 15:38:09 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-10-24 15:38:09 +0200 |
commit | 30952face42de011d6805586b817184c4e90e7a6 (patch) | |
tree | cf71fb7be855b03767d3ed776bd5caf5fb18cb13 /softhddev.c | |
parent | 0519aff4d8d3ff1483ce6149181f101be1759437 (diff) | |
download | vdr-plugin-softhddevice-30952face42de011d6805586b817184c4e90e7a6.tar.gz vdr-plugin-softhddevice-30952face42de011d6805586b817184c4e90e7a6.tar.bz2 |
Fix bug #1089: vdpau wrong number of mpeg refs.
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/softhddev.c b/softhddev.c index 5b48fa8..09e9f51 100644 --- a/softhddev.c +++ b/softhddev.c @@ -1236,7 +1236,7 @@ void SetVolumeDevice(int volume) #ifdef DEBUG uint32_t VideoSwitch; ///< debug video switch ticks #endif -//#define STILL_DEBUG 1 +//#define STILL_DEBUG 2 #ifdef STILL_DEBUG static char InStillPicture; ///< flag still picture #endif @@ -1406,7 +1406,7 @@ static void VideoNextPacket(int codec_id) /** ** Fix packet for FFMpeg. ** -** Some tv-stations sends mulitple pictures in a singe PES packet. +** Some tv-stations sends mulitple pictures in a single PES packet. ** Current ffmpeg 0.10 and libav-0.8 has problems with this. ** Split the packet into single picture packets. */ |