summaryrefslogtreecommitdiff
path: root/libavformat/ogg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ogg.c')
-rw-r--r--libavformat/ogg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/ogg.c b/libavformat/ogg.c
index 8277d91821..65c507c240 100644
--- a/libavformat/ogg.c
+++ b/libavformat/ogg.c
@@ -73,10 +73,6 @@ static int ogg_write_packet(AVFormatContext *avfcontext,
pts= av_rescale(pts, avctx->sample_rate, AV_TIME_BASE);
- if(!size){
-// av_log(avfcontext, AV_LOG_DEBUG, "zero packet\n");
- return 0;
- }
// av_log(avfcontext, AV_LOG_DEBUG, "M%d\n", size);
/* flush header packets so audio starts on a new page */