Commit 24fb1b64 authored by JULIAN GARDNER's avatar JULIAN GARDNER Committed by Michael Niedermayer

dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b522d2a3
...@@ -763,6 +763,7 @@ static void dvbsub_parse_pixel_data_block(AVCodecContext *avctx, DVBSubObjectDis ...@@ -763,6 +763,7 @@ static void dvbsub_parse_pixel_data_block(AVCodecContext *avctx, DVBSubObjectDis
0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}; 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff};
uint8_t *map_table; uint8_t *map_table;
#if 0
av_dlog(avctx, "DVB pixel block size %d, %s field:\n", buf_size, av_dlog(avctx, "DVB pixel block size %d, %s field:\n", buf_size,
top_bottom ? "bottom" : "top"); top_bottom ? "bottom" : "top");
...@@ -777,6 +778,7 @@ static void dvbsub_parse_pixel_data_block(AVCodecContext *avctx, DVBSubObjectDis ...@@ -777,6 +778,7 @@ static void dvbsub_parse_pixel_data_block(AVCodecContext *avctx, DVBSubObjectDis
if (i % 16) if (i % 16)
av_dlog(avctx, "\n"); av_dlog(avctx, "\n");
#endif
if (region == 0) if (region == 0)
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment