Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
appears to be a left over from work in [7e9c9d0]
  • Loading branch information
dekarl committed Jun 8, 2013
1 parent 4609287 commit a1f0480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/audio/audiooutpututil.cpp
Expand Up @@ -698,7 +698,7 @@ int AudioOutputUtil::DecodeAudio(AVCodecContext *ctx,
{
AVFrame frame;
int got_frame = 0;
int ret, ret2;
int ret;
char error[AV_ERROR_MAX_STRING_SIZE];

data_size = 0;
Expand Down

0 comments on commit a1f0480

Please sign in to comment.