Skip to content

Commit

Permalink
android/mediacodec: fix 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 Oct 30, 2015
1 parent 9ee7edf commit f7cb59e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static int func_fill_frame(SDL_VoutOverlay *overlay, const AVFrame *frame)

SDL_VoutOverlay *SDL_VoutAMediaCodec_CreateOverlay(int width, int height, Uint32 format, SDL_Vout *vout)
{
SDLTRACE("SDL_VoutFFmpeg_CreateOverlay(w=%d, h=%d, fmt=%.4s(0x%x, vout=%p)\n",
SDLTRACE("SDL_VoutAMediaCodec_CreateOverlay(w=%d, h=%d, fmt=%.4s(0x%x, vout=%p)\n",
width, height, (const char*) &format, format, vout);
SDL_VoutOverlay *overlay = SDL_VoutOverlay_CreateInternal(sizeof(SDL_VoutOverlay_Opaque));
if (!overlay) {
Expand Down

0 comments on commit f7cb59e

Please sign in to comment.