-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I was working with the file "mp4.c" of VLC gitweb link
The following:
coccigrep -t demux_sys_t -a i_timescale -c -o set mp4.c
returns nothing, although line 476, you have this :
p_sys->i_timescale = p_mvhd->data.p_mvhd->i_timescale;
And even without the "-o set", this line isn't detected.
I've got latest coccigrep and coccinelle -1.0.0-rc9
This is strange because there is nothing unusual in the mismatched line...
Metadata
Metadata
Assignees
Labels
No labels