mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
fixed indenting from soft spaces to hard tabs
This commit is contained in:
parent
73c04e59fa
commit
4d2313ed9f
1 changed files with 5 additions and 5 deletions
|
@ -374,11 +374,11 @@ struct Atrac {
|
|||
#else
|
||||
// Future versions may add other things to free, but avcodec_free_context didn't exist yet here.
|
||||
avcodec_close(pCodecCtx);
|
||||
if ( pCodecCtx != NULL ) {
|
||||
av_freep(&pCodecCtx->extradata);
|
||||
av_freep(&pCodecCtx->subtitle_header);
|
||||
av_freep(&pCodecCtx);
|
||||
}
|
||||
if ( pCodecCtx != NULL ) {
|
||||
av_freep(&pCodecCtx->extradata);
|
||||
av_freep(&pCodecCtx->subtitle_header);
|
||||
av_freep(&pCodecCtx);
|
||||
}
|
||||
#endif
|
||||
av_free_packet(packet);
|
||||
delete packet;
|
||||
|
|
Loading…
Add table
Reference in a new issue