Skip to content

Commit

Permalink
android/mediacodec: fix log typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Rui <[email protected]>
  • Loading branch information
chodison authored and bbcallen committed Jun 27, 2016
1 parent 9cb732d commit 36f37d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static void overlay_unref(SDL_VoutOverlay *overlay)

static void overlay_free_l(SDL_VoutOverlay *overlay)
{
AMCTRACE("SDL_Overlay(ffmpeg): overlay_free_l(%p)\n", overlay);
AMCTRACE("SDL_Overlay(mediacodec): overlay_free_l(%p)\n", overlay);
if (!overlay)
return;

Expand Down

0 comments on commit 36f37d9

Please sign in to comment.