Skip to content

Commit

Permalink
Fixed libavcodec video encoding.
Browse files Browse the repository at this point in the history
Fixes #10768

Signed-off-by: Gavin Hurlbut <ghurlbut@mythtv.org>
  • Loading branch information
ggervasio authored and Beirdo committed Jul 25, 2012
1 parent 1850a25 commit fe6e4df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2972,6 +2972,8 @@ void NuppelVideoRecorder::WriteVideo(VideoFrame *frame, bool skipsync,
"WriteVideo : avcodec_encode_video() failed");
return;
}

tmp = packet.size;
}
}
else
Expand Down

0 comments on commit fe6e4df

Please sign in to comment.