Skip to content

Commit 4f2590a

Browse files
committed
Minor Comment Change
1 parent 08fcbea commit 4f2590a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib_ccx/ccx_gxf.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,6 @@ static void set_data_timebase(int32_t vid_format, struct demuxer_data *data)
11691169
default:
11701170
break;
11711171
}
1172-
// #endif
11731172
}
11741173

11751174
static int parse_mpeg_packet(struct ccx_demuxer *demux, int len, struct demuxer_data *data)
@@ -1612,7 +1611,6 @@ int ccx_gxf_probe(unsigned char *buf, int len)
16121611
if (!memcmp(buf, startcode, sizeof(startcode)))
16131612
return CCX_TRUE;
16141613
return CCX_FALSE;
1615-
// #endif
16161614
}
16171615

16181616
int ccx_gxf_get_more_data(struct lib_ccx_ctx *ctx, struct demuxer_data **ppdata)

0 commit comments

Comments
 (0)